Package-level declarations

Functions

Link copied to clipboard
@Composable
fun <Value> KoneAsynchronousState<Value>.subscribeAsState(policy: SnapshotMutationPolicy<Value> = structuralEqualityPolicy()): State<Value>
@Composable
fun <Value> KoneState<Value>.subscribeAsState(policy: SnapshotMutationPolicy<Value> = structuralEqualityPolicy()): State<Value>